(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/dos.h>
BOOL AddBuffers()
SYNOPSIS
STRPTR devicename
LONG numbuffers

LOCATION
In DOSBase at offset 122
FUNCTION
Add or remove cache memory from a filesystem.

INPUTS
devicename
NUL terminated dos device name.
numbuffers
Number of buffers to add. May be negative.
RESULT
!=0 on success (IoErr() gives the actual number of buffers), 0 else (IoErr() gives the error code).

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
RCS file: /home/AROS/CVS/AROS/rom/dos/addbuffers.c,v Working file: ../../rom/dos/addbuffers.c head: 1.4 branch: locks: strict access list: symbolic names: REL_1_8: 1.1 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.4 date: 1997/01/27 00:36:13; author: ldp; state: Exp; lines: +8 -3 Polish ---------------------------- revision 1.3 date: 1996/12/09 13:53:20; author: aros; state: Exp; lines: +5 -2 Added empty templates for all missing functions Moved #include's into first column ---------------------------- revision 1.2 date: 1996/10/24 15:50:23; author: aros; state: Exp; lines: +11 -8 Use the official AROS macros over the __AROS versions. ---------------------------- revision 1.1 date: 1996/09/11 12:54:44; author: digulla; state: Exp; A couple of new DOS functions from M. Fleischer =============================================================================